xend: Always build lowlevel security modules, as there are some
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 15:50:26 +0000 (16:50 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 31 Aug 2007 15:50:26 +0000 (16:50 +0100)
dependencies on these from with xend proper.
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/python/setup.py

index 0b55ce754386a62b23561f054834a3632117def2..25c87c3b91291d99e7d0fc91e46c46b943a98cbb 100644 (file)
@@ -59,15 +59,10 @@ ptsname = Extension("ptsname",
                libraries          = libraries,
                sources            = [ "ptsname/ptsname.c" ])
 
-modules = [ xc, xs, ptsname ]
+modules = [ xc, xs, ptsname, acm, flask ]
 if os.uname()[0] == 'SunOS':
     modules.append(scf)
 
-if os.environ.get('XEN_SECURITY_MODULE') == 'acm':
-    modules.append(acm)
-if os.environ.get('XEN_SECURITY_MODULE') == 'flask':
-    modules.append(flask)
-
 setup(name            = 'xen',
       version         = '3.0',
       description     = 'Xen',